home *** CD-ROM | disk | FTP | other *** search
- Path: lrz-muenchen.de!news
- From: watzka@stat.uni-muenchen.de (Kurt Watzka)
- Newsgroups: comp.lang.c
- Subject: Re: fwrite help?
- Date: 12 Feb 1996 12:41:36 GMT
- Organization: Leibniz-Rechenzentrum, Muenchen (Germany)
- Distribution: world
- Message-ID: <4fnci0$27d@sparcserver.lrz-muenchen.de>
- References: <4fmaig$7of@news.global1.net>
- NNTP-Posting-Host: sun2.lrz-muenchen.de
-
- youngrc@global1.net writes:
-
-
- >What would the syntax for fwrite be to output 8 characters of
- >char line[10] to a file? K&R doesn't write much about it. Thanks
- >for the help.
-
- fwrite(line, 1, 8, fp);
-
- Your libraries _did_ come with some documentation, didn't they?
-
- Kurt
- --
- | Kurt Watzka Phone : +49-89-2180-6254
- | watzka@stat.uni-muenchen.de
- | ua302aa@sunmail.lrz-muenchen.de
-